home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Game.EXE 2002 March
/
Game.EXE_03_2002.iso
/
Shareware
/
Fallout Quest
/
FQ install.exe
/
#setuppath#
/
files
/
next.js
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2000-10-29
|
267 b
|
8 lines
function doLoad(){
if((parent.main.location=="mainscrl.htm")&&(self.location!="nextscrl.htm")){
self.location.replace("nextscrl.htm");
}
if((parent.main.location=="main.htm")&&(self.location!="next.htm")){
self.location.replace("next.htm");
}
}